This paper contains estimates for the effective reproduction number \(R_{t,m}\) over time \(t\) in various provinces (and health regions) \(m\) of Canada. This is done using the methodology as described in [1]. These have been implemented in R using EpiEstim package [2] which is what is used here. The methodology and assumptions are described in more detail here.
This paper and it’s results should be updated roughly daily and is available online.
As this paper is updated over time this section will summarise significant changes. The code producing this paper is tracked using Git. The Git commit hash for this project at the time of generating this paper was bd94775cd5707ed7cb4139149037a5f63b196b12.
Data is downloaded from the Git repository associated with [3]. This contains the daily cases and deaths reported for Canada by province and health regions.
Repatriated cases are removed and provinces as found in [3] are grouped per the table below:
| Province | Province Grouping |
|---|---|
| Alberta | Alberta |
| British Columbia | British Columbia |
| Manitoba | Manitoba |
| New Brunswick | Maritime Provinces |
| Newfoundland and Labrador | Maritime Provinces |
| Nova Scotia | Maritime Provinces |
| Nunavut | Territories |
| Northwest Territories | Territories |
| Ontario | Ontario |
| Prince Edward Island | Maritime Provinces |
| Quebec | Quebec |
| Saskatchewan | Saskatchewan |
| Yukon | Territories |
The only adjustments to the data relates to large numbers of deaths reported in Ontario on 2 and 3 October 2020 “due to a data review”. 111 of the deaths reported on these two dates are deaths that occurred during the prior spring and summer (see [4] and [5]). Based on this these deaths were removed from 2 and 3 October and added back in prior days in proportion to deaths reported up un till 30 September 2020. The net effect is no change in reported deaths, but a peak in October is avoided which would have biased estimates.
The methodology is described in detail here.
Below a 7-day moving average daily case count is plotted by province on a log scale:
Below a 7-day moving average of daily reported deaths by province is plotted on a log scale.
Below current (last weekly) \(R_{t,m}\) estimates are tabulated.
| province | Estimated Type | Count (Last Week) | Week Ending | R - Lower CI | R - Mean | R - Uppper CI |
|---|---|---|---|---|---|---|
| Alberta | cases | 5,279 | 2021-04-02 | 1.2 | 1.2 | 1.2 |
| Alberta | deaths | 15 | 2021-04-02 | 0.5 | 0.9 | 1.4 |
| British Columbia | cases | 5,203 | 2021-04-02 | 0.9 | 1.0 | 1.1 |
| British Columbia | deaths | 14 | 2021-04-02 | 0.4 | 0.6 | 1.0 |
| Manitoba | cases | 364 | 2021-04-02 | 0.6 | 0.6 | 0.7 |
| Manitoba | deaths | 5 | 2021-04-02 | 0.2 | 0.7 | 1.3 |
| Maritime Provinces | cases | 107 | 2021-04-02 | 0.8 | 1.0 | 1.2 |
| Ontario | cases | 17,142 | 2021-04-02 | 1.1 | 1.2 | 1.2 |
| Ontario | deaths | 117 | 2021-04-02 | 1.1 | 1.4 | 1.6 |
| Quebec | cases | 7,291 | 2021-04-02 | 1.2 | 1.2 | 1.3 |
| Quebec | deaths | 44 | 2021-04-02 | 0.7 | 1.0 | 1.3 |
| Saskatchewan | cases | 1,482 | 2021-04-02 | 1.0 | 1.1 | 1.2 |
| Saskatchewan | deaths | 7 | 2021-04-02 | 0.2 | 0.6 | 1.0 |
| Canada | cases | 36,869 | 2021-04-02 | 1.1 | 1.2 | 1.2 |
| Canada | deaths | 202 | 2021-04-02 | 0.9 | 1.0 | 1.2 |
Estimated Effective Reproduction Number by Province
Below we plot results for Canada as a whole.
Estimated Effective Reproduction Number for Canada over Time
Below we plot results for each province. We filter out weeks where the upper end of confidence interval for \(R_{t,m}\) exceeds 4.
Detailed output for all provinces are saved to a comma-separated value file. The file can be found here.
Limitation of this method to estimate \(R_{t,m}\) are noted in [1]
Further to the above the estimates are made under assumption that the cases and deaths are reported consistently over time. For cases this means that testing needs to be at similar levels and reported with similar lag. Should these change rapidly over an interval of a few weeks the above estimates of the effective reproduction numbers would be biased. For example a rapid expansion of testing over the last 3 weeks would results in overestimating recent effective reproduction numbers. Similarly any changes in reporting (over time and underreporting) of deaths would also bias estimates of the reproduction number estimated using deaths.
Estimates for the reproduction number are plotted in time period in which the relevant measure is recorded. Though in reality the infections giving rise to those estimates would have occurred roughly between a week to 4 weeks earlier depending on whether it was cases or deaths. These figures have not been shifted back.
Despite these limitation we believe the ease of calculation of this method and the ability to use multiple sources makes it useful as a monitoring tool.
[1] A. Cori, N. M. Ferguson, C. Fraser, and S. Cauchemez, “A new framework and software to estimate time-varying reproduction numbers during epidemics,” American Journal of Epidemiology, vol. 178, no. 9, pp. 1505–1512, Sep. 2013, doi: 10.1093/aje/kwt133. [Online]. Available: https://doi.org/10.1093/aje/kwt133
[2] A. Cori, EpiEstim: A package to estimate time varying reproduction numbers from epidemic curves. 2013 [Online]. Available: https://CRAN.R-project.org/package=EpiEstim
[3] I. Berry, J.-P. R. Soucy, A. Tuite, and D. Fisman, “Open access epidemiologic data and an interactive dashboard to monitor the COVID-19 outbreak in Canada,” Canadian Medical Association Journal, vol. 192, no. 15, pp. E420–E420, Apr. 2020, doi: 10.1503/cmaj.75262. [Online]. Available: https://www.cmaj.ca/content/192/15/E420
[4] G. Rodrigues, “Ontario reports new record of 732 coronavirus cases, adds 76 more deaths due to data cleanup.” [Online]. Available: https://globalnews.ca/news/7373691/ontario-coronavirus-cases-october-2-covid19/. [Accessed: 01-Nov-2020]
[5] R. Rocca, “Ontario reports 653 coronavirus cases after record number of tests completed.” [Online]. Available: https://globalnews.ca/news/7376209/ontario-coronavirus-cases-oct-3-covid19/. [Accessed: 01-Nov-2020]